﻿@charset "UTF-8";
@font-face {
  font-family: 'BebasNeueBold';
  src: url("../stroitelstvo/../fonts/BebasNeueBold.hxd");
}
@font-face {
  font-family: 'BebasNeueBook';
  src: url("../stroitelstvo/../fonts/BebasNeueBook.hxd");
}
@font-face {
  font-family: 'BebasNeueLight';
  src: url("../stroitelstvo/../fonts/BebasNeueLight.hxd");
}
@font-face {
  font-family: 'BebasNeueThin';
  src: url("../stroitelstvo/../fonts/BebasNeueThin.hxd");
}
@font-face {
  font-family: 'BebasNeueRegular';
  src: url("../stroitelstvo/../fonts/BebasNeueRegular.hxd");
}
@font-face {
  font-family: 'GOTHIC';
  src: url("../stroitelstvo/../fonts/GOTHIC.hxd");
}
@font-face {
  font-family: 'GOTHICB';
  src: url("../stroitelstvo/../fonts/GOTHICB.hxd");
}
@font-face {
  font-family: 'GOTHICBI';
  src: url("../stroitelstvo/../fonts/GOTHICBI.hxd");
}
@font-face {
  font-family: 'GOTHICI';
  src: url("../stroitelstvo/../fonts/GOTHICI.hxd");
}
/* line 39, ../sass/all/base.scss */
.ps {
  position: relative;
  overflow: hidden;
}

/* Заголовки */
/* line 3, ../sass/all/wrapper.scss */
html, body {
  min-height: 100%;
  height: 100%;
}

/* line 8, ../sass/all/wrapper.scss */
body {
  font-family: "GOTHIC", sans-serif;
  font-weight: 300;
}

/* Контейнер */
/* line 15, ../sass/all/wrapper.scss */
.wrapper {
  width: 100%;
}

/* line 17, ../sass/all/wrapper.scss */
.container {
  width: 1190px;
  margin: 0 auto;
  padding: 0;
}

/* line 23, ../sass/all/wrapper.scss */
.column, .columns {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

/* line 29, ../sass/all/wrapper.scss */
.content {
  overflow: hidden;
}

/* line 31, ../sass/all/wrapper.scss */
.container .sixteen.columns {
  width: 1170px;
}

/* line 33, ../sass/all/wrapper.scss */
.position-relative {
  position: relative;
  overflow: hidden;
}

/* line 38, ../sass/all/wrapper.scss */
.paddingBot40px {
  padding-bottom: 40px;
}

/* line 40, ../sass/all/wrapper.scss */
.hidden {
  opacity: 0;
}

/* line 41, ../sass/all/wrapper.scss */
.visible {
  opacity: 1;
}

/* line 43, ../sass/all/wrapper.scss */
.buttonstyle, .BuildMainGalleryTPLT a {
  display: block;
  position: relative;
  overflow: hidden;
  float: left;
  background: #c5a37d;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'GOTHICB';
  height: 46px;
  line-height: 46px;
  border-radius: 30px;
  padding: 0 25px;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
}

/* Underline From Left */
/* line 78, ../sass/all/wrapper.scss */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

/* line 87, ../sass/all/wrapper.scss */
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #be7746;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 103, ../sass/all/wrapper.scss */
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}

/* Underline From Center */
/* line 108, ../sass/all/wrapper.scss */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

/* line 117, ../sass/all/wrapper.scss */
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #be7746;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 133, ../sass/all/wrapper.scss */
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

/* Sweep To Right */
/* line 139, ../sass/all/wrapper.scss */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

/* line 151, ../sass/all/wrapper.scss */
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 171, ../sass/all/wrapper.scss */
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}

/* line 174, ../sass/all/wrapper.scss */
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

@media only screen and (max-width: 1199px) and (orientation: landscape) {
  /* line 181, ../sass/all/wrapper.scss */
  .container {
    width: 980px;
  }

  /* line 182, ../sass/all/wrapper.scss */
  .container .sixteen.columns {
    width: 960px;
  }

  /* line 183, ../sass/all/wrapper.scss */
  .column, .columns {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 979px) and (orientation: portrait) {
  /* line 193, ../sass/all/wrapper.scss */
  .container {
    width: 100%;
  }

  /* line 194, ../sass/all/wrapper.scss */
  .container .sixteen.columns {
    width: 96%;
  }

  /* line 195, ../sass/all/wrapper.scss */
  .column, .columns {
    float: left;
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media only screen and (max-width: 709px) {
  /* line 203, ../sass/all/wrapper.scss */
  .container {
    width: 100%;
  }

  /* line 204, ../sass/all/wrapper.scss */
  .container .sixteen.columns {
    width: 98%;
  }

  /* line 205, ../sass/all/wrapper.scss */
  .column, .columns {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
  }
}
/* line 213, ../sass/all/wrapper.scss */
a {
  text-decoration: none;
}

/*================================================
Строительство
==================================================*/
/* line 9, ../sass/Building.scss */
.BuildBody #hBotNav {
  margin-left: 48px;
  width: 180px;
  margin-right: 120px;
}

/* line 15, ../sass/Building.scss */
.BuildBody #hBotNav ul li {
  margin-bottom: 3px;
}

/* ПРОЕКТ */
/* line 21, ../sass/Building.scss */
#BuildMainTBG01 {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  height: 19%;
  width: 66%;
  background: url(../stroitelstvo/../img/bg-build-02.png) center top no-repeat;
  background-size: cover;
  z-index: 9;
}

/* line 33, ../sass/Building.scss */
#BuildMainTBG02 {
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
  height: 15%;
  width: 34%;
  background: #2b2b2b;
}

/* line 43, ../sass/Building.scss */
#BuildMainTBG03 {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 15%;
  height: 59%;
  width: 46%;
  background: #424242;
}

/* line 53, ../sass/Building.scss */
#BuildMainTBG04 {
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 15%;
  height: 24%;
  width: 54%;
  background: url(../stroitelstvo/../img/bg-build-03.png) center top no-repeat;
  background-size: cover;
}

/* line 64, ../sass/Building.scss */
#BuildMainTBG05 {
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 39%;
  height: 24%;
  width: 54%;
  background: url(../stroitelstvo/../img/bg-build-04.png) center top no-repeat;
  background-size: cover;
}

/* line 75, ../sass/Building.scss */
#BuildMainTBG06 {
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 63%;
  height: 37%;
  width: 40%;
  background: #f5f5f5;
}

/* line 85, ../sass/Building.scss */
#BuildMainProjectPrice {
  position: absolute;
  bottom: 99px;
  left: 14px;
}

/* line 91, ../sass/Building.scss */
#BuildMainProjectPrice p {
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 40px;
  font-family: 'GOTHICB';
  letter-spacing: 4px;
  line-height: 1.2;
  text-transform: uppercase;
}

/* line 102, ../sass/Building.scss */
#BuildMainProjectPrice p span {
  display: block;
  text-transform: none;
}

/* line 107, ../sass/Building.scss */
#BuildMainProjectPrice p span sup {
  position: relative;
  font-size: 25px;
  top: -15px;
}

/* КАПИТАЛЬНОЕ СТРОИТЕЛЬСТВО */
/* line 115, ../sass/Building.scss */
#BuildMainFullPrice {
  position: absolute;
  bottom: 76px;
  left: 14px;
  z-index: 9;
}

/* line 122, ../sass/Building.scss */
#BuildMainFullPrice p {
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 40px;
  font-family: 'GOTHICB';
  letter-spacing: 4px;
  line-height: 1.2;
  text-transform: uppercase;
}

/* line 133, ../sass/Building.scss */
#BuildMainFullPrice p span {
  display: block;
  text-transform: none;
}

/* line 138, ../sass/Building.scss */
#BuildMainFullPrice p span sup {
  position: relative;
  font-size: 25px;
  top: -15px;
}

/* line 144, ../sass/Building.scss */
#BuildMainFull #NewsMainPhone {
  top: 33%;
}

/* Наша компетенция */
/* line 148, ../sass/Building.scss */
#BuildMainList {
  margin-top: 79px;
}

/* line 152, ../sass/Building.scss */
#BuildMainList h2 {
  position: relative;
  overflow: hidden;
  font-family: 'BebasNeueBold';
  font-size: 96px;
  text-transform: none;
  letter-spacing: 5px;
  line-height: 1.4;
  color: #be7746;
  margin-left: 196px;
}

/* line 164, ../sass/Building.scss */
#BuildMainListB {
  position: relative;
  overflow: hidden;
  width: 900px;
  margin: 0 auto;
  margin-top: 21px;
  z-index: 10;
}

/* Почему нам доверяют */
/* line 175, ../sass/Building.scss */
#BuildMainBull {
  margin-top: 32px;
  margin-bottom: 58px;
}

/* line 180, ../sass/Building.scss */
#BuildMainBull h2 {
  position: relative;
  overflow: hidden;
  font-size: 96px;
  font-family: 'BebasNeueBold';
  color: #757575;
  text-align: right;
  margin-right: 66px;
  line-height: 1.2;
  letter-spacing: 9px;
}

/* line 192, ../sass/Building.scss */
#BuildMainBull h2 span {
  display: block;
}

/* line 195, ../sass/Building.scss */
#BuildMainB {
  background-color: #2b2b2b;
  background-image: url(../stroitelstvo/../img/bg-build-05.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

/* САЛОНЫ КРАСОТЫ */
/* line 207, ../sass/Building.scss */
#BuildMainGallery {
  margin-top: 91px;
}

/* line 211, ../sass/Building.scss */
.BuildMainGalleryTPL {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;	
}

/* line 217, ../sass/Building.scss */
.BuildMainGalleryTPLT {
  position: relative;
  overflow: hidden;
  min-height: 400px; /*def: 575*/
}

/* line 223, ../sass/Building.scss */
.BuildMainGalleryTPLTDesc {
  position: absolute;
  overflow: hidden;
  top: 39px;
  left: 47px;
  z-index: 9;
}

/* line 231, ../sass/Building.scss */
.BuildMainGalleryTPLTDesc h2 {
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 70px;
  letter-spacing: 7px;
  color: #fff;
  font-family: 'BebasNeueBold';
  z-index: 10;
}

/* line 242, ../sass/Building.scss */
.BuildMainGalleryTPLTDescLine {
  position: absolute;
  width: 60px;
  height: 2px;
  background: #fff;
  top: 89px;
  left: 1px;
  z-index: 2;
}

/* line 252, ../sass/Building.scss */
.BuildMainGalleryTPLTDescText {
  position: relative;
  overflow: hidden;
  background: #424242;
  margin-left: 25px;
  width: 290px;
  padding: 36px 53px;
  top: -30px;
}

/* line 262, ../sass/Building.scss */
.BuildMainGalleryTPLTDescText p {
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-family: 'GOTHIC';
  line-height: 1.25;
  margin-bottom: 27px;
}

/* line 272, ../sass/Building.scss */
.BuildMainGalleryTPLT img {
  display: block;
  position: relative;
  overflow: hidden;
  float: right;
  width: 59%;
  height: auto;
  margin-right: 76px;
  margin-bottom: 28px;
}

/* line 283, ../sass/Building.scss */
.BuildMainGalleryTPLT a {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 105px;
  transition: 1s ease;
}
/* line 291, ../sass/Building.scss */
.BuildMainGalleryTPLT a:hover {
  padding-right: 45px;
  background: #c5a37d url(../stroitelstvo/../img/icon-about-01.png) 90% center no-repeat;
  transition: 1s ease;
}

/* line 299, ../sass/Building.scss */
.BuildMainGalleryTPLB {
  position: relative;
  overflow: hidden;
  height: 500px;
  width: 88%;
  margin-left: 65px;
  margin-top: 32px;
}

/* line 308, ../sass/Building.scss */
.BuildMainGalleryImgTPL {
  position: relative;
  overflow: hidden;
  float: left;
}

/* line 314, ../sass/Building.scss */
.BuildMainGalleryImgTPL img {
  min-width: 100%;
  min-height: 100%;
}

/* line 319, ../sass/Building.scss */
.BuildMainGalleryImgTPL:nth-child(1) {
  height: 100%;
  width: 58%;
}

/* line 323, ../sass/Building.scss */
.BuildMainGalleryImgTPL:nth-child(2) {
  height: 50%;
  width: 42%;
}

/* line 327, ../sass/Building.scss */
.BuildMainGalleryImgTPL:nth-child(3) {
  height: 50%;
  width: 42%;
}

/* line 332, ../sass/Building.scss */
.BuildMainGalleryTPL:nth-child(2n) .BuildMainGalleryTPLTDesc {
  right: 47px;
}

/* line 336, ../sass/Building.scss */
.BuildMainGalleryTPL:nth-child(2n) .BuildMainGalleryTPLTDesc h2 {
  text-align: right;
}

/* line 340, ../sass/Building.scss */
.BuildMainGalleryTPL:nth-child(2n) .BuildMainGalleryTPLTDescLine {
  right: 36%;
  left: initial;
}

/* line 345, ../sass/Building.scss */
.BuildMainGalleryTPL:nth-child(2n) .BuildMainGalleryTPLTDescText {
  float: right;
  margin-right: 25px;
}

/* line 350, ../sass/Building.scss */
.BuildMainGalleryTPL:nth-child(2n) .BuildMainGalleryTPLT img {
  float: left;
  margin-left: 73px;
}

/* line 355, ../sass/Building.scss */
.BuildMainGalleryTPL:nth-child(2n) .BuildMainGalleryTPLT a {
  left: initial;
  right: 105px;
}

@media only screen and (min-width: 120px) and (max-width: 709px) {
  /*================================================
  Строительство
  ==================================================*/
  /* ПРОЕКТ */
  /* line 368, ../sass/Building.scss */
  #BuildMainProjectPrice {
    bottom: 55vw;
    left: 5%;
    width: 90%;
    text-align: center;
    z-index: 99;
  }

  /* line 376, ../sass/Building.scss */
  #BuildMainProjectPrice p {
    font-size: 6vw;
  }

  /* line 380, ../sass/Building.scss */
  #BuildMainProjectPrice p span sup {
    font-size: 3vw;
    top: -3vw;
  }

  /* КАПИТАЛЬНОЕ СТРОИТЕЛЬСТВО */
  /* line 387, ../sass/Building.scss */
  #BuildMainFullPrice {
    bottom: 55vw;
    left: 5%;
    width: 90%;
    text-align: center;
    z-index: 99;
  }

  /* line 395, ../sass/Building.scss */
  #BuildMainFullPrice p {
    font-size: 6vw;
  }

  /* line 399, ../sass/Building.scss */
  #BuildMainFullPrice p span sup {
    font-size: 3vw;
    top: -3vw;
  }

  /* Наша компетенция */
  /* line 406, ../sass/Building.scss */
  #BuildMainList {
    margin-top: 10vw;
  }

  /* line 410, ../sass/Building.scss */
  #BuildMainList h2 {
    font-size: 16vw;
    letter-spacing: 3px;
    margin-left: 0;
    text-align: center;
    padding: 0 2vw;
    line-height: 1.2;
  }

  /* line 419, ../sass/Building.scss */
  #BuildMainListB {
    width: 90%;
    margin-top: 5vw;
  }

  /* Почему нам доверяют */
  /* line 426, ../sass/Building.scss */
  #BuildMainBull {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  /* line 431, ../sass/Building.scss */
  #BuildMainBull h2 {
    font-size: 16vw;
    letter-spacing: 3px;
    margin-left: 0;
    text-align: center;
    padding: 0 2vw;
    margin-right: 0;
  }

  /* САЛОНЫ КРАСОТЫ */
  /* line 442, ../sass/Building.scss */
  #BuildMainGallery {
    width: 96%;
    margin: 0 auto;
    margin-top: 10vw;
  }

  /* line 448, ../sass/Building.scss */
  .BuildMainGalleryTPL {
    margin-bottom: 5vw;
  }

  /* line 452, ../sass/Building.scss */
  .BuildMainGalleryTPLT {
    min-height: initial;
    text-align: center;
  }

  /* line 457, ../sass/Building.scss */
  .BuildMainGalleryTPLTDesc {
    position: relative;
    top: 0;
    left: 0;
  }

  /* line 463, ../sass/Building.scss */
  .BuildMainGalleryTPLTDesc h2 {
    font-size: 10vw;
    letter-spacing: 3px;
    text-align: left;
  }

  /* line 469, ../sass/Building.scss */
  .BuildMainGalleryTPLTDescLine {
    display: none;
    width: 10vw;
    height: 2px;
    top: 20vw;
  }

  /* line 476, ../sass/Building.scss */
  .BuildMainGalleryTPLTDescText {
    margin-left: 5vw;
    width: calc(100% - 25vw);
    padding: 10vw;
    padding-right: 5vw;
    top: -5vw;
    min-height: auto;
  }

  /* line 485, ../sass/Building.scss */
  .BuildMainGalleryTPLTDescText p {
    font-size: 4vw;
    margin-bottom: 5vw;
    text-align: left;
  }

  /* line 491, ../sass/Building.scss */
  .BuildMainGalleryTPLT img {
    float: none;
    width: 90%;
    height: auto;
    margin-right: 5%;
    margin-left: 5%;
    margin-bottom: 5vw;
  }

  /* line 500, ../sass/Building.scss */
  .BuildMainGalleryTPLT a {
    font-size: 4vw;
    height: 12vw;
    line-height: 12vw;
    padding: 0 8vw;
    position: relative;
    left: initial;
    float: none;
    margin-bottom: 10vw;
  }
  /* line 507, ../sass/Building.scss */
  .BuildMainGalleryTPLT a:hover {
    padding-right: 15vw;
  }

  /* line 513, ../sass/Building.scss */
  .BuildMainGalleryTPLB {
    height: auto;
    width: 100%;
    margin-left: 65px;
    margin-top: 32px;
  }

  /* line 520, ../sass/Building.scss */
  .BuildMainGalleryImgTPL {
    position: relative;
    overflow: hidden;
    float: left;
  }

  /* line 526, ../sass/Building.scss */
  .BuildMainGalleryImgTPL img {
    min-width: 100%;
    min-height: 100%;
  }

  /* line 531, ../sass/Building.scss */
  .BuildMainGalleryImgTPL:nth-child(1) {
    height: 100%;
    width: 58%;
  }

  /* line 535, ../sass/Building.scss */
  .BuildMainGalleryImgTPL:nth-child(2) {
    height: 50%;
    width: 42%;
  }

  /* line 539, ../sass/Building.scss */
  .BuildMainGalleryImgTPL:nth-child(3) {
    height: 50%;
    width: 42%;
  }

  /* line 544, ../sass/Building.scss */
  .BuildMainGalleryTPL:nth-child(2n) .BuildMainGalleryTPLTDesc {
    right: 0;
  }

  /* line 548, ../sass/Building.scss */
  .BuildMainGalleryTPL:nth-child(2n) .BuildMainGalleryTPLTDescText {
    margin-right: 5vw;
  }

  /* line 552, ../sass/Building.scss */
  .BuildMainGalleryTPL:nth-child(2n) .BuildMainGalleryTPLT img {
    float: none;
    margin-left: auto;
  }

  /* line 557, ../sass/Building.scss */
  .BuildMainGalleryTPL:nth-child(2n) .BuildMainGalleryTPLT a {
    right: initial;
  }

  /* line 562, ../sass/Building.scss */
  #BuildMainForm h3 {
    font-size: 8vw;
    margin: 8vw 2vw;
    text-align: center;
  }
}
